Doc fix.
authorJim Blandy <jimb@redhat.com>
Wed, 7 Apr 1993 15:14:21 +0000 (15:14 +0000)
committerJim Blandy <jimb@redhat.com>
Wed, 7 Apr 1993 15:14:21 +0000 (15:14 +0000)
lisp/shell.el

index 88e62c643619de4370379cb33d4be776f163f167..bf7d2b820e43f5271fe1de00a29fdfab376b5066 100644 (file)
@@ -287,7 +287,7 @@ Otherwise, one argument `-i' is passed to the shell.
 ;;; changes the current directory of the shell buffer accordingly.
 ;;;
 ;;; This is basically a fragile hack, although it's more accurate than
-;;; the released version in shell.el. It has the following failings:
+;;; the version in Emacs 18's shell.el. It has the following failings:
 ;;; 1. It doesn't know about the cdpath shell variable.
 ;;; 2. It only spots the first command in a command sequence. E.g., it will
 ;;;    miss the cd in "ls; cd foo"